golang.org/x/net/http2.bufferedWriter.byteTimeout (field)

3 uses

	golang.org/x/net/http2 (current package)
		http2.go#L264: 	byteTimeout time.Duration // immutable, WriteByteTimeout
		http2.go#L270: 		byteTimeout: timeout,
		http2.go#L319: 	return writeWithByteTimeout(w.conn, w.byteTimeout, p)